-
Notifications
You must be signed in to change notification settings - Fork 486
Support Rails 8.1 #2467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Rails 8.1 #2467
Conversation
|
I just ran into this as well. It looks like this project uses https://github.com/thoughtbot/appraisal, so you may need to run the relevant appraisal command ( Edit: Oh, I just noticed you are a maintainer, so you probably know that already 😅. Thank you! |
|
Rails 8.1 was released, so would be nice to have it in |
1d062c2 to
879141f
Compare
|
The require statement on view_component/base.rb should be moved to require "active_support/configurable" |
What are you trying to accomplish?
What approach did you choose and why?
Anything you want to highlight for special attention from reviewers?
Close #2471